adTempus API
Client API / Examples / Examples Introduction
In This Topic
    Examples Introduction
    In This Topic

    For all examples, your project needs to have references to these assemblies:

    Additionally, your code file should have the appropriate using/imports statements, which are not included in the samples:

    Imports ArcanaDevelopment.adTempus.Client
    Imports ArcanaDevelopment.adTempus.Shared
    using ArcanaDevelopment.adTempus.Client;
    using ArcanaDevelopment.adTempus.Shared;

    Most examples do not include exception handling code; be sure to add that to your own code.